From c4875937a83a7f079e826270df4bacf145dbf3d5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 22 Jul 2025 10:48:28 -0400 Subject: [PATCH] rust: Bump sys crate version too Should have happened in the other PR. --- Cargo.toml | 2 +- rust-bindings/sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d2581434..30c4adde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ members = [".", "rust-bindings/sys"] [dependencies] base64 = "0.20.0" bitflags = "1.2.1" -ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.15.1" } +ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.15.3" } gio = "0.20" glib = "0.20" hex = "0.4.2" diff --git a/rust-bindings/sys/Cargo.toml b/rust-bindings/sys/Cargo.toml index 2aba0fab..2eb478c7 100644 --- a/rust-bindings/sys/Cargo.toml +++ b/rust-bindings/sys/Cargo.toml @@ -87,7 +87,7 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://github.com/ostreedev/ostree-rs" -version = "0.15.2" +version = "0.15.3" edition = "2021" [package.metadata.docs.rs] -- 2.30.2